![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| float | fasin_deg (float x) |
| float | facos_deg (float x) |
| float | fatan_deg (float x) |
| float | fatan2_deg (float y, float x) |
| float | fatan_15deg (float x) |
Significant efficiencies were found by creating a set of trig functions which trade off precision for improved power/CPU performance. Full details are included in Application Note AN5015: Trigonometry Approximations
Definition in file approximations.h.
| float facos_deg | ( | float | x | ) |
Definition at line 60 of file approximations.c.
Referenced by fAndroidAnglesDegFromRotationMatrix(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:| float fasin_deg | ( | float | x | ) |
Definition at line 45 of file approximations.c.
Referenced by fAndroidAnglesDegFromRotationMatrix(), feCompassAndroid(), feCompassNED(), feCompassWin8(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:| float fatan2_deg | ( | float | y, |
| float | x | ||
| ) |
Definition at line 126 of file approximations.c.
Referenced by fAndroidAnglesDegFromRotationMatrix(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:| float fatan_15deg | ( | float | x | ) |
Definition at line 156 of file approximations.c.
Referenced by fatan_deg().
Here is the caller graph for this function:| float fatan_deg | ( | float | x | ) |
Definition at line 76 of file approximations.c.
Referenced by facos_deg(), fasin_deg(), fatan2_deg(), and fWin8AnglesDegFromRotationMatrix().
Here is the call graph for this function:
Here is the caller graph for this function: